Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Query Iterator for paginating select queries #19

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Add Query Iterator for paginating select queries #19

merged 1 commit into from
Sep 27, 2023

Conversation

trueleo
Copy link
Contributor

@trueleo trueleo commented Sep 12, 2023

Description

Select queries can pull in lot of data if user is not careful with the time frame.
This adds a Iterator API which paginates on minute basis when query is recognized as simple select <projection> from <table>

How to use:

In PB change query to a select if not already set.

Use Ctrl + R and Ctrl + B to move forth and back. The small indicator at bottom of the table view shows when user can go to next or previous data window

Screenshot_20230912_140906

Todo:

  • Pagination view is loaded and used in initial query

@nitisht nitisht merged commit e638b2c into main Sep 27, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 27, 2023
@nitisht nitisht deleted the iterator branch September 27, 2023 13:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants